home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / J-M / Line Noise Killer.cpt / Line Noise Killer / background_2768.txt < prev    next >
Text File  |  1988-11-07  |  987b  |  50 lines

  1. -- background: 2768 from stack: in
  2. -- bmap block id: 3087
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 6 (field)
  16. -- low flags: 01
  17. -- high flags: 0000
  18. -- rect: left=118 top=33 right=58 bottom=395
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 2
  23. -- text size: 18
  24. -- style flags: 0
  25. -- line height: 24
  26. -- part name: Line Noise Killer
  27.  
  28.  
  29. -- part 16 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=12 top=26 right=332 bottom=500
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: No button there!
  41. ----- HyperTalk script -----
  42. on mouseDown
  43.   play "boing" a
  44.   show card field "No button there!"
  45. end mouseDown
  46.  
  47. on mouseUp
  48.   hide card field "No button there!"
  49. end mouseUp
  50.